home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / asl.m < prev    next >
Encoding:
Text File  |  2000-03-03  |  432 b   |  10 lines

  1. LIBRARY ASLBase
  2.     AllocFileRequest()(d0:PTR TO FileRequester)=-30,
  3.     FreeFileRequest(a0:PTR TO FileRequester)=-36,
  4.     RequestFile(a0:PTR TO FileRequester)(d0:BOOL)=-42,
  5.     AllocAslRequest(d0,a0=NIL:PTR TO TagItem)(d0:APTR)=-48,
  6.     AllocAslRequestTags(d0,a0=NIL:LIST OF TagItem)(d0:APTR)=-48,
  7.     FreeAslRequest(a0:APTR)=-54,
  8.     AslRequest(a0:APTR,a1=NIL:PTR TO TagItem)(d0:BOOL)=-60,
  9.     AslRequestTags(a0:APTR,a1=NIL:LIST OF TagItem)(d0:BOOL)=-60
  10.